* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/*  header_starting */
header {
    width: 100%;
}

header .header_top {
    width: 100%;
    background-color: black;
}

header .header_top .header_phone {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

header .header_top .header_phone a {
    color: white;
    margin-left: 10px;
}

header .header_top .dropdown .btn {
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    padding: 11px 3px 11px 6px;
    outline: none !important;
}

header .header_top .dropdown {
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

header .header_top .dropdown .btn:focus {
    box-shadow: none;
}

header .header_top .header_acconunt {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
}

header .header_top .header_acconunt .fa {
    font-size: 20px;
    color: #666666;
    margin: 0px 11px;
}

header .header_top .header_search {
    border: none;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    background: transparent;
    margin-left: 10px;
    padding: 7px;
    color: white;
}

header .header_top .header_search .fa {
    transform: rotateY(180deg);
    font-size: 20px;
}

header .header_menu {
    width: 100%;
    padding: 20px 0px;
    background: white;
}

header .header_menu .logo {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: black;
}

header .header_menu .navbar .collapse .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

header .header_menu .dropdown {
    width: 100%;
}

header .header_menu .dropdown .btn {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    color: #949393;
    font-size: 12px;
    font-weight: 400;
}

header .header_menu .dropdown .btn:focus {
    box-shadow: none;
}

header .header_menu .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
}

header .header_menu .header_bag {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 6px 10px;
    font-weight: 400;
    color: #949393;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #d6d6d6;
}

/* header_slider */
header .header_slider {
    width: 100%;
    height: 440px;
    font-family: 'Roboto';
}

header .header_slider .carousel {
    width: 100%;
    height: 100%;
}

header .header_slider .carousel img {
    width: 100%;
    height: 440px;
}


header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 30%;
    padding: 0;
    top: 10%;
    left: 15%;
    bottom: 0;
    right: 0;
}

header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 91px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 80px;
    line-height: 68px;
}

header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption a {
    padding: 20px 10px 20px 25px;
    color: white;
    text-transform: uppercase;
    border: 3px solid black;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 15px;
    font-weight: 500;
    color: white;
}

header .header_slider .carousel .carousel-control-prev,
header .header_slider .carousel .carousel-control-next {
    width: 30px;
    height: 110px;
    background-color: #e8e8e7;
    top: 35%;
    color: #babab9;
    opacity: 1;
}

header .header_slider .carousel .carousel-indicators {
    width: 100%;
    height: 75px;
    margin-right: 0;
    margin-left: 0;
    bottom: -90px;
    align-items: center;
}

header .header_slider .carousel .carousel-indicators .active {
    background: #000;
}

header .header_slider .carousel .carousel-indicators li {
    background-color: #867a76;
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
}

/* ===== main_starting ===== */

main {
    width: 100%;
    margin-top: 75px;
}

main .main_top {
    width: 100%;
    background-color: black;
}

main .main_top input {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    color: #9f9f9f;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: italic;
    border: none;
}

main .main_top input:focus {
    outline: none;
}

main .main_top .main_social_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

main .main_top .main_social_icons p {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 13px;
}

main .main_top .main_social_icons a {
    padding: 18px;
    background-color: #f7f7f7;
    color: #6b6b6b;
    font-size: 22px;
    text-align: center;
    transition: 500ms linear;
    cursor: pointer;
}

main .main_top .main_social_icons a:hover {
    background-color: #ededed;
}

main .main_product {
    padding-top: 40px;
    padding-bottom: 50px;
}

main .main_product .main_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

main .main_product .main_img:hover .main_text {
    opacity: 1;
    transition: 500ms linear;
    cursor: pointer;
}

main .main_product .main_img .main_text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

main .main_product .main_img .main_text a {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

main .main_product img {
    max-width: 100%;
    height: auto;
}

/* main_list_group */

main .main_list_group .list-group {
    flex-direction: row;
    border-radius: 0;
    margin-left: 5%;
}

main .main_list_group .list-group .list-group-item {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    padding: 18px 26px;
    width: auto;
}

main .main_list_group .list-group .list-group-item-action:hover {
    background: transparent;
}

main .main_list_group .list-group .list-group-item.active {
    background: #000;
    color: white;
}

main .main_list_group .tab-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #000;
}

main .main_list_group .tab-content .card {
    background: #f7f7f7f7;
    border-radius: 0px;
    border: none;
    text-align: center;
}

main .main_list_group .tab-content .card .card-body {
    padding: 0;
}

main .main_list_group .tab-content .card img {
    max-width: 100%;
    height: auto;
}

main .main_list_group .tab-content .card .card-body h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: #373737;
    margin-top: 8px;
    margin-bottom: 15px;
}

main .main_list_group .tab-content .card .card-body .card-text {
    font-size: 21px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 21px;
}

main .main_list_group .tab-content .card .card-body .main_price {
    text-transform: uppercase;
    color: white;
    background: #1f1f1f;
    border: 2px solid black;
    padding: 10px 7px;
    display: inline-block;
}

/* ====== section_starting ===== */

section {
    margin-top: 25px;
}

section .section_img_sale {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section .section_img_sale img {
    margin: 0px 16px;
}

section .section_img_sale::after {
    content: "";
    width: 35%;
    height: 1px;
    background: #d6d6d6;
    display: block;
    margin-right: auto;

}

section .section_img_sale::before {
    content: "";
    width: 35%;
    height: 1px;
    background: #d6d6d6;
    display: block;
    margin-left: auto;
}

section .card {
    border: none;
    border-radius: 0;
    text-align: center;
}

section .card .card-body {
    padding: 0;
}

section .card .card-img-top {
    border-radius: 0;
}

section .card .card-body h5 {
    font-size: 12px;
    font-weight: 400;
    color: #373737;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section .card .card-body .card-text {
    font-size: 22px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 30px;
}

section .card .card-body .section_price {
    text-transform: uppercase;
    color: white;
    border: 3px solid black;
    background-color: #1f1f1f;
    padding: 11px 7px 11px 18px;
}

/* section_brand */

section .section_brand {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .section_brand::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    display: block;
}

section .section_brand::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    display: block;
}

section .section_brand h4 {
    width: 20%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* section_brand_bottom */
section .section_brand_bottom {
    border-bottom: 1px solid #d6d6d6;
}

section .section_brand_bottom .elastislide-wrapper {
    box-shadow: none;
}

section .section_brand_bottom .elastislide-horizontal {
    padding: 20px 40px;
}

section .section_brand_bottom .elastislide-wrapper .elastislide-next {
    background: #000;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    border-radius: 0;
    right: -20px;
}

section .section_brand_bottom .elastislide-wrapper .elastislide-prev {
    left: -20px;
    background: #000;
    border-radius: 0;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}

/* section_brand_about */

section .section_brand_about {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

section .section_brand_about h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #414141;
    margin-bottom: 18px;
}

section .section_brand_about p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-bottom: 0;
}

/* footer_starting */

footer {
    width: 100%;
    background: #000;
    padding-top: 60px;
    padding-bottom: 20px;
}

footer h4 {
    font-size: 16px;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

footer .info ul {
    list-style: none;
}

footer .info ul li {
    margin-bottom: 5px;
}

footer .info ul li a {
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    line-height: 0;
}

footer .social_icons .icons_left .icons {
    margin: 5px 0px;
}

footer .social_icons .icons_left .icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4c4c4b;
    color: white;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* MEDIA */

/* lg 992px 1199px */
@media (max-width:1199px) {

    /* header    */
    header .header_menu .navbar .collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption {
        width: 40%;
    }

    header .header_slider .carousel .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 65px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    /* footer */
    footer h4 {
        font-size: 20px;
    }

    footer .info ul li a {
        font-size: 16px;
    }
}


/* md 768px ---- 991px  */

@media(max-width:991px) {

    /* header */
    header .header_menu .navbar {
        flex-direction: row-reverse;
        padding: 0;
    }

    header .header_menu .navbar .navbar-toggler {
        padding: 0;
    }

    /* main */

    main .main_product .main_img {
        height: 100%;
    }

    main .main_product .main_img img {
        width: 100%;
        height: 100%;
    }

    section .card .card-body h5 {
        font-size: 20px;
    }
}

/* sm  576px ----  767px */

@media(max-width: 767px) {

    /* header */
    header .header_top .header_phone {
        color: black;
        font-size: 20px;
        font-weight: 700;
        font-family: "Roboto";
        text-align: center;
        padding: 10px 0px;
    }

    header .header_top .header_phone a {
        color: black;
        font-size: 20px;
        font-weight: 700;
        font-family: "Roboto";
        text-align: center;
    }

    header .header_top .dropdown {
        border-left: none;
    }

    header .header_top .dropdown .btn {
        font-size: 20px;
    }

    header .header_top .header_acconunt {
        font-size: 20px;
    }

    header .header_top .header_search {
        border-right: none;
    }

    header .header_top .header_search .fa {
        font-size: 20px;
    }

    header .header_menu .logo {
        font-size: 60px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 75px;
    }

    header .header_menu .navbar {
        flex-direction: row;
        background: black;
        padding: 10px 25px;
        margin: 20px 0px;
    }

    header .header_menu .navbar .collapse .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    header .header_menu .navbar .navbar-brand {
        color: white;
        font-size: 20px;
        text-transform: uppercase;
    }

    header .header_menu .navbar .navbar-toggler .navbar-toggler-icon {
        color: white;
        font-size: 20px;
        padding: 0;
        width: auto;
        height: auto;
    }
    /* main */
    main {
        margin-top: -20px;
    }

    main .main_top {
        background-color: transparent;
    }

    main .main_top input {
        border-radius: 0;
        background: #ededed;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        color: #9f9f9f;
    }
    main .main_top .main_social_icons{
        margin-top: 20px;
        margin-bottom: 20px;
   }

   main .main_top .main_social_icons p{
       margin-right: auto;
       color: #6c6c6c;
       font-size: 20px;
   }
   main .main_list_group .list-group{
       flex-direction: column;
       margin-left: 0;
   }
   /* footer */
   footer{
       margin-top: 35px;
   }

 

    .p-sm-0px {
        padding: 0 !important;
    }

    .bg_sm_wihte {
        background: white;
    }

    header .header_menu .logo{
        font-size: 20px;
    }

    main .main_top .main_social_icons{
        display: block;
        text-align: center;
    }

    main .main_top .main_social_icons p{
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    main .main_list_group .tab-content .card{
        margin: 10px 0px;
    }

    section .card{
        margin: 10px 0px;
    }

    footer{
        text-align: center;
    }

    footer .social_icons .icons_right{
        margin-top: 10px;
    }

    footer .social_icons{
        text-align: center;
        display: block !important;
    }
}
